IAM Group

aws/iam aws/security

💡 Definition

An IAM Group is a collection of IAM Users. Groups let you specify permissions for multiple users, which can make it easier to manage the permissions for those users.

🔑 Key Concepts

⚙️ How it Works

  1. Create Group: e.g., "Developers".
  2. Attach Policy: Attach an "EC2FullAccess" policy to the "Developers" group.
  3. Add Users: Add "Alice" and "Bob" to the group. They now both have EC2 access.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * IAM User * IAM Policy * IAM